|
|
|
|
UsageLocation Property, ItemClass Class |
Returns the location where this item is used.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property UsageLocation As UsageLocationEnum |
C# |
public UsageLocationEnum UsageLocation { get; } |
C++ |
public: property UsageLocationEnum UsageLocation { |
Property Value
Value |
Description |
|
0 | The cell or item is used in the item area. | |
1 | The cell or item is used in the header area. | |
2 | The cell or item is used in the footer area. |
Comments
The UsageLocation property returns the location where this item is used.